home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 May
/
Software of the Month Club 1996 May.iso
/
mac
/
ISO9660
/
OS2
/
UTILITY
/
CLOCK
/
ABOUT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-21
|
561 b
|
19 lines
|
[
TEXT/hscd
]
/******************************************************************** ABOUT.H
* *
* About Dialog definitions *
* *
****************************************************************************/
#ifndef ABOUT_H
#define ABOUT_H
typedef struct {
SHORT id ;
HWND hwndHelp ;
}
ABOUT_PARMS, *PABOUT_PARMS ;
extern FNWP AboutProcessor ;
#endif